Classes > JobAction

JobAction

Parameter of

JobStatus

Properties

Name Type Description
Duration TimeSpan This value is the duration of the action.
ErrorCode Int32 This value is the error code associated with the action.
ExceptionMessage String This value is a message from the underlying exception.The message stored in this property should not be displayed in the user interface, as it may not be available in the language used by the interface. This property should only be used for internal troubleshooting, and as a measure of last resort in the event of a completely unexpected error.
Id Guid This value is the unique ID of the action.
MessageFormatParameters String

This value is the message format parameters.

MessageId String This value is the message ID for the action. This value can be used to look up a message associated with this action.
RequestingUserName String This value is the name of the user that requested the action.
Status ActionStatus This value represents the status of the action.
Timestamp DateTimeOffset This value is the time when the action occurred.
TitleFormatParameters String

This value is the title format parameters for the action.

TitleId String This value is the title ID for the action. This value can be used to look up a title associated with this action.