None.
None.
Name | Description | Type | Additional information |
---|---|---|---|
Stage | StagePercentEnum |
None. |
|
Percent | decimal number |
None. |
|
BusyTimeStart | integer |
None. |
|
BusyTimeEnd | integer |
None. |
{ "Stage": 0, "Percent": 1.0, "BusyTimeStart": 2, "BusyTimeEnd": 3 }
<RecalTaskStageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Cost.Abstraction.Recal"> <BusyTimeEnd>3</BusyTimeEnd> <BusyTimeStart>2</BusyTimeStart> <Percent>1</Percent> <Stage>Init</Stage> </RecalTaskStageModel>