Method IsUpToDate
IsUpToDate(ElementExId)
Gets the state of the given operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
bool IsUpToDate(ElementExId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementExId | inElementId | Identifier of the operation to check. |
Returns
| Type | Description |
|---|---|
| bool | Returns the value of the flag. |
Remarks
This state is really the state of the NCOperation. All other operations in the owner task have the same state.
If the given operation is a task, the state of its NCOpration will be returned.