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

    Interface LaunchPointVars

    Interface representing variables for a script launch point

    interface LaunchPointVars {
        autoscript: string;
        launchpointname?: string;
        launchpointvarsid?: number;
        varbindingvalue?: string;
        varname?: string;
    }
    Index

    Properties

    autoscript: string

    Reference to parent automation script

    launchpointname?: string

    Name of the launch point this variable belongs to

    launchpointvarsid?: number

    Unique identifier for the launch point variable

    varbindingvalue?: string

    Value bound to this variable

    varname?: string

    Name of the variable