Uses of Enum Class
com._1c.g5.v8.internal.derived.pipeline.PipelineTaskComputationStatus
Packages that use PipelineTaskComputationStatus
-
Uses of PipelineTaskComputationStatus in com._1c.g5.v8.internal.derived.pipeline
Methods in com._1c.g5.v8.internal.derived.pipeline that return PipelineTaskComputationStatusModifier and TypeMethodDescriptionAsyncProcessingTask.getStatus()
Gets the current status of the task.Returns the enum constant of this class with the specified name.static PipelineTaskComputationStatus[]
PipelineTaskComputationStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.internal.derived.pipeline with parameters of type PipelineTaskComputationStatusModifier and TypeMethodDescriptionvoid
AsyncProcessingTask.setStatus
(PipelineTaskComputationStatus status) Sets the status for the task.