AbstractAutomationManagerInfoTypeSetActionStatus Method |
Sets action state
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax public void SetActionStatus(
InfoType infoObj,
AutomationStateInfo stateObj,
string status
)
Parameters
- infoObj
- Type: InfoType
Object instance - stateObj
- Type: CMS.AutomationAutomationStateInfo
State object - status
- Type: SystemString
Status string
See Also