# Functions

No description provided by the author
No description provided by the author

# Constants

Canceled state when customer canceled the script execution.
Failed to execute script.
Pending script execution.
Running script state.
StatusError indicates the operation failed.
StatusSuccess indicates the operation succeeded.
StatusTransitioning indicates the operation has begun but not yet completed.
Succeeded state when successfully completed the script execution.
TimedOut state when time timit is reached and scrip has not completed yet.
Unknown state (default value).

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
FormattedMessage is a struct used for serializing status.
HandlerEnvironment describes the handler environment configuration presented to the extension handler by the Azure Linux Guest Agent.
No description provided by the author
RunCommandInstanceView reports script execution status.
Status is used for serializing status in a manner the server understands.
StatusItem is used to serialize an individual part of the status read by the server.

# Type aliases

ExecutionState represents script current execution state.
StatusReport contains one or more status items and is the parent object.
StatusType reports the execution status.