Name | Data Type | Qualifiers |
Name | Data Type | Value | Scope | Flavors |
Description | string |
Description | string | Since UnitOfWork is designed to be an extremely lightweight object, it is recommended that this property not be used. The Description specified for the instance's associated CIM_UnitOfWorkDefintion should apply. | None | TRANSLATABLE= true |
Override | string | Description | None | OVERRIDABLE= false
|
ElapsedTime | datetime |
Description | string | The elapsed time since the UnitOfWork was started. Upon completion of the UnitOfWork, this property contains the total amount of time taken in processing the entire UnitOfWork. | None | TRANSLATABLE= true |
Id | sint64 |
Description | string | The identifier of the UnitOfWork, within the context of the UnitOfWorkDefinition. | None | TRANSLATABLE= true |
Key | boolean | true | None | OVERRIDABLE= false
|
StartTime | datetime |
Description | string | The time that the UnitOfWork was started. | None | TRANSLATABLE= true |
Status | uint16 |
Description | string | An enumeration identifing the status of the UnitOfWork. Most of the property values are self-explanatory. A few need additional text:
3="Completed" - Should be used to represent a 'completed' transaction whose status ('good', 'failed' or 'aborted') is unknown.
6="Completed Aborted" - Should be used when a UnitOfWork has completed but was not allowed to end normally. An example would be when the Stop or Back buttons are selected from a web browser, before a page is fully loaded. | None | TRANSLATABLE= true |
ValueMap | string | 1, 2, 3, 4, 5, 6 | None | None |
Values | string | Active, Suspended, Completed, Completed Good, Completed Failed, Completed Aborted | None | TRANSLATABLE= true |
UoWDefId | string |
Description | string | A 16 byte value that uniquely identifies the UnitOfWorkDefinition. The use of OSF UUID/GUIDs is recommended. | None | TRANSLATABLE= true |
Key | boolean | true | None | OVERRIDABLE= false
|
MaxLen | uint32 | 16 | None | None |
Propagated | string | CIM_UnitOfWorkDefinition.Id | None | OVERRIDABLE= false
|
UserName | string |
Description | string | The name of the user who initiated the UnitOfWork. This may be a real user's login name or a logical name representing an application. | None | TRANSLATABLE= true |