BuildMaster SDK Reference
Version:
ChangeScriptExecutionRecord(ChangeScriptId id, string name, System.DateTime executionDate, bool successfullyExecuted) Constructor
Syntax
public .ctor(ChangeScriptId id, string name, System.DateTime executionDate, bool successfullyExecuted)
Parameters
- id
- Type: ChangeScriptId
The script ID.
- name
- Type: string
The script name.
- executionDate
- Type: System.DateTime
The script execution date in UTC.
- successfullyExecuted
- Type: bool
Value indicating whether the script was successful.