ProtoTwin API
    Preparing search index...

    Class EmptySequenceOperation

    Empty operation.

    The empty operation doesn't perform any actions. It is generally used as a placeholder.

    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.