markers.data#
- markers.data.dumpguidtimes()#
Print a table of the GUID activation times to the log.
Version History
Version
Notes
0.3.0
Added
- markers.data.clearguidtimes(guid)#
Clear all activations from the given GUID.
- Parameters:
guid (
string
)
Version History
Version
Notes
0.3.0
Added
- markers.data.iscategoryactive(category[, ancestors])#
Return
true
if the category is active and should be shown orfalse
otherwise.- Parameters:
category (
markers.package.category
)ancestors (
boolean
) – (Optional) If the ancestors ofcategory
must also be active.
- Return type:
Version History
Version
Notes
0.3.0
Added
- markers.data.setcategoryactive(category, active)#
Sets the category to active (to be drawn).
- Parameters:
category (
markers.package.category
)active (
boolean
)
Version History
Version
Notes
0.3.0
Added
- markers.data.guidactive(guid, period[, activateid])#
Return
true
if the given guid has already been activated within the givenperiod
andactivateid
.- Parameters:
Version History
Version
Notes
0.3.0
Added