Class IDerivedDataTaskSupplier.TaskStatus
java.lang.Object
com._1c.g5.v8.internal.derived.scheduler.IDerivedDataTaskSupplier.TaskStatus
- Enclosing interface:
- IDerivedDataTaskSupplier
Status of a task that may be supplied by a target supplier
-
Constructor Summary
ConstructorsConstructorDescriptionTaskStatus
(TaskType taskType, DerivedDataSegmentBucket stage) Constructs an instance of a task status -
Method Summary
Modifier and TypeMethodDescriptiongetStage()
Gets a target pipeline stage of the taskGets a task type
-
Constructor Details
-
TaskStatus
Constructs an instance of a task status- Parameters:
taskType
- A type of a provided task. May not benull
stage
- A target pipeline stage of a provided task. May not benull
-
-
Method Details
-
getTaskType
Gets a task type- Returns:
- The type of this task. May not be
null
-
getStage
Gets a target pipeline stage of the task- Returns:
- The taget pipeline stage. May not be
null
-