ProtoTwin API
    Preparing search index...

    Class WaitAllSequenceOperation

    Wait all operation.

    Instructs the sequence to execute multiple operations and wait until they have all finished.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get sequence(): null | SequenceManager

      The sequence to which the operation has been assigned.

      Returns null | SequenceManager

      If the sequence is null then the operation hasn't been added to a program.

    • set sequence(value: null | SequenceManager): void

      Parameters

      • value: null | SequenceManager

      Returns void

    Methods

    • Executes the operation.

      Parameters

      • component: SequenceComponent

        The sequence component on which the operation is to be executed.

      Returns Future<void>

      The future that is resolved once the operation has been executed.

      This function is called by the sequence when it commands it to execute.