Maximo API Client - v0.9.01
    Preparing search index...

    Interface ScriptLaunchPoint

    Interface representing a launch point for an automation script

    interface ScriptLaunchPoint {
        active?: string;
        attributename?: string;
        autoscript: string;
        condition?: string;
        description?: string;
        launchpointname?: string;
        launchpointtype?: string;
        objectevent?: number;
        scriptlaunchpointid?: number;
        launchpointvars?: LaunchPointVars[];
    }
    Index

    Properties

    active?: string

    Whether the launch point is active (Y/N)

    attributename?: string

    Name of the attribute that triggers the script

    autoscript: string

    Reference to parent automation script

    condition?: string

    Condition that must be met to trigger the script

    description?: string

    Description of the launch point

    launchpointname?: string

    Name of the launch point

    launchpointtype?: string

    Type of the launch point

    objectevent?: number

    Object event that triggers the script

    scriptlaunchpointid?: number

    Unique identifier for the launch point

    launchpointvars?: LaunchPointVars[]

    Variables defined for this launch point