Package com._1c.g5.v8.derived.operations
Interface IModalOperationController
public interface IModalOperationController
Controller which allows to change the behavior of orchestration within the modal operation
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Checks if the async pipeline stage block is applied to the current modal operation or it should be ignored by the modal operation.
-
Method Details
-
isStageBlockAppliedInModalOperation
Checks if the async pipeline stage block is applied to the current modal operation or it should be ignored by the modal operation. In case of ignoring the block goes to the main orchestration pipeline and is processed after the modal operation is finished- Parameters:
stage
- The checked stage. May not benull
- Returns:
- True if the provided stage block is applicable within the corresponding modal operation
-