Package com._1c.g5.v8.derived
Interface IAsyncComputationExecutionContext
- All Known Implementing Classes:
AsyncComputationExecutionContext
public interface IAsyncComputationExecutionContext
Abstract context of DD pipeline operations/tasks execution. Implementation is provided by the implementing party and may contain
useful data, like project bingings, etc
The provided context being used inside calls of client's contributed DD component logic so the client could safely
cast provided context to a specific type the implementing party is provided during the initializtion phase