CheckPointTask Class |
Namespace: Koopman.CheckPoint
The CheckPointTask type exposes the following members.
| Name | Description | |
|---|---|---|
| Color |
Color of the object
| |
| Comments |
Comments string
| |
| Domain |
Information about the domain the object belongs to.
| |
| Icon |
Object icon
| |
| LastUpdateTime |
Gets the last update time.
| |
| MetaInfo |
Meta Information
| |
| Name |
Object name. Should be unique in the domain.
| |
| ProgressPercentage |
Gets the progress percentage.
| |
| ReadOnly |
Indicates whether the object is read-only
| |
| StartTime |
Gets the start time.
| |
| Status |
Gets the task status.
| |
| Suppressed |
Suppressed
| |
| Tags |
Tags assigned to object
| |
| TaskDetails |
Gets the task details.
| |
| TaskID |
Gets the task identifier.
| |
| TaskName |
Task name.
| |
| Type |
Type of the object.
| |
| UID |
Object unique identifier.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) | |
| WaitAsync |
Asynchronous wait call, that will complete once the test status is no longer In Progress.
|