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 or false otherwise.

Parameters:
Return type:

boolean

Version History

Version

Notes

0.3.0

Added

markers.data.setcategoryactive(category, active)#

Sets the category to active (to be drawn).

Parameters:

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 given period and activateid.

Parameters:
  • guid (string)

  • period (string) – Must be 'day', 'week' or 'permanent'.

  • activateid (string) – (Optional)

Version History

Version

Notes

0.3.0

Added

markers.data.activateguid(guid[, activateid])#

Activate a guid, with an optional activate ID.

Parameters:

Version History

Version

Notes

0.3.0

Added