class SequenceInfoNotification

February 26, 2020 ยท 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.
sequence_handleSequenceHandleHandle of the sequence that this event refers toTo set sequence_handle, you simply assign a value directly to a field within sequence_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.
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.
group_identifierintThis field is deprecated and unused. Use task_index instead.You can manipulate the field group_identifier as if it were a regular field. To clear the value of group_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.
timestampTimestampEvent timestampTo set timestamp, you simply assign a value directly to a field within timestamp. You can also use the parent message's HasField() method to check if a message type field value has been set.
user_handleUserProfileHandleUser that caused the sequence eventTo set user_handle, you simply assign a value directly to a field within user_handle. You can also use the parent message's HasField() method to check if a message type field value has been set.
abort_detailsintDetails if event_identifier is equal to ABORTYou can manipulate the field abort_details as if it were a regular field. To clear the value of abort_details and reset it to the default value for its type, you call the ClearField() method of the Message interface.
connectionConnectionConnection that caused the sequence eventTo set connection, you simply assign a value directly to a field within connection. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: Base (Python)