solarnetwork-api-core
    Preparing search index...

    Enumeration InstructionStateNames

    An enumeration of supported instruction state names.

    Index

    Enumeration Members

    Completed: "Completed"

    The destination has executed successfully.

    Declined: "Declined"

    The destination has declined to execute the instruction, or the execution failed.

    Executing: "Executing"

    The instruction is currently being acted upon.

    Queued: "Queued"

    The instruction has been received by SolarNet but not yet delivered to its destination.

    Queuing: "Queuing"

    The instruction is in the process of being queued, potentially jumping to the received state if an immediate acknowledgement is possible.

    Received: "Received"

    The instruction has been delivered to its destination but not yet acted upon.

    Unknown: "Unknown"

    An unknown state.