Click or drag to resize

ScheduleStateTransitionType Enumeration

Type of the schedule state transition object

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public enum ScheduleStateTransitionType
Members
Member nameValueDescription
Inactive0Schedule edge object represents state change from active to not active
Active1Schedule edge object represents state change from not active to active
See Also