startActions property

  1. @ImcField('Start Actions', 'start_actions', ImcType.typeMessageList)
List<ImcMessage> startActions

Contains an optionally defined 'MessageList' for actions fired on plan activation.

Implementation

@ImcField('Start Actions', 'start_actions', ImcType.typeMessageList)
List<ImcMessage> get startActions;