Interface ICancellableWorkloadDriver

  • All Superinterfaces:
    IWorkloadDriver
    All Known Implementing Classes:
    ClosedWorkload, OpenWorkload

    public interface ICancellableWorkloadDriver
    extends IWorkloadDriver
    Extension of the Workload Driver Interface with capabilities to stop a workload driver from executing a usage scenario.
    • Method Detail

      • cancel

        void cancel()
        Cancels the workload driver and prevents it from scheduling new demand.