Package version:

This class represents the script action task details.

interface ScriptActionTaskDetails {
    instanceType: "ScriptActionTaskDetails";
    isPrimarySideScript?: boolean;
    name?: string;
    output?: string;
    path?: string;
}

Hierarchy (view full)

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

isPrimarySideScript?: boolean

A value indicating whether it is a primary side script or not.

name?: string

The name.

output?: string

The output.

path?: string

The path.