BuildMaster SDK Reference
Version:

ChangeScriptExecutionRecord(ChangeScriptId id, string name, System.DateTime executionDate, bool successfullyExecuted) Constructor

Initializes a new instance of the ChangeScriptExecutionRecord class.

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.