class SequenceInformation

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
event_identifierintSequence event typeYou can manipulate the field event_identifier as if it were a regular field. To clear the value of event_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.
task_indexintTask indexYou can manipulate the field task_index as if it were a regular field. To clear the value of task_index and reset it to the default value for its type, you call the ClearField() method of the Message interface.
task_identifierintTask identifierYou can manipulate the field task_identifier as if it were a regular field. To clear the value of task_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)