TaskResult Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.OPS.Model
public class TaskResult
The TaskResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | TaskResult |
Name | Description | |
---|---|---|
![]() | Completed |
Was task completed. If false is task still pending, and this is a result of a status poll
|
![]() | ExecutionTime |
When is this task result for
|
![]() | ExternalAnchor |
Anchor returned by the connector
|
![]() | OriginTaskId |
The origin task id
|
![]() | ResultText |
Message returned by the connector
|
![]() | Success |
Was the result successful
Note that the result will be for a relay or poll event, if "Completed" is false
|
![]() | WillRetry |
Job is status retrying, and the task will be retried
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |