Parameter Name | Description | Data Type | Possible Values |
---|---|---|---|
rt_Success | Identifies whether the action was successfully performed or not. | Enum | Possible values:
|
rt_ActionType | Identifies the current action or the last action that was performed | Enum | Possible values:
|
rt_PercentComplete | Identifies the percentage of the action that is completed. A value of -1, indicates that no action is currently running.
This must be used to identify if the action is complete or not before performing another action. It must be used in conjunction with the Success attribute. |
int | |
rt_StatusText | Indicates any additional information about the status of the action. This usually contains error strings in case the action is not successful. | string | |
rt_AllActionsBitmap | Identifies a bitmask of the status of all the actions needed to setup the SBA. The value will indicate which actions have already been performed. If a step is complete, then all steps prior to it is assumed complete. The bitmask with the value is as follows: Join domain Complete ==> Value is 1 Deploy SBA Complete ==> Value is 3 Replication Started ==> Value is 7 Activation with Lync Server Complete ==> Value is 15 Certificate action Complete ==> Value is 31 Start Services Complete ==> Value is 63 Security Template Applied ==> Value is 127 |
long |