Extensions Reference > Axeda Compatibility Extension (ACE) Entity Reference > ACE Data Shapes > Axeda.ScriptName and Axeda.ScriptStatus Data Shapes
Axeda.ScriptName and Axeda.ScriptStatus Data Shapes
The Axeda.ScriptName Data Shape defines a script name for the registeredScripts infotable of the AxedaBaseModel Thing Template. It has one field, of Base Type STRING, called ScriptName. If, for example, your Axeda Gateway agent runs a script, this field would contain the name of that script.
The Axeda.ScriptStatus Data Shape defines the fields associated with a script status response from an Axeda agent. The following table lists and briefly describes these fields:
Field Name
Base Type
Description
scriptName
STRING
The name of the script.
status
STRING
The actual status message.
timestamp
DATETIME
The time of the status message.
command
STRING
The command within the script that generated the status.
lineNumber
INTEGER
The line of the script that generated the status.
executionTime
INTEGER
The elapsed time of execution at which the status was generated.
Was this helpful?