scriptjobΒΆ

class scriptjob

Members

Methods:

{string} args getcommandargs ( number frame ) Get the scriptjob command line arguments
string cmd getcommandline ( number frame ) Get the scriptjob command line as a string
{string}|nil args getscriptargs ( number frame ) Get the scriptjob arguments after the command and script
string name getscriptcommand ( number frame ) Get the scriptjob executable to run the job
string name getscriptfile ( number frame ) Get the scriptjob file to run the job
string name getscriptname ( number frame ) Get the scriptjob display name for a given frame

Documentation

{string} args getcommandargs ( number frame )

Get the scriptjob command line arguments

Arguments:

  • frame the frame

Return:

  • args the scriptjob command line


string cmd getcommandline ( number frame )

Get the scriptjob command line as a string

Arguments:

  • frame the frame

Return:

  • cmd the scriptjob command line


{string}|nil args getscriptargs ( number frame )

Get the scriptjob arguments after the command and script

Arguments:

  • frame the frame

Return:

  • args the scriptjob arguments


string name getscriptcommand ( number frame )

Get the scriptjob executable to run the job

Arguments:

  • frame the frame

Return:

  • name the scriptjob executable command


string name getscriptfile ( number frame )

Get the scriptjob file to run the job

Arguments:

  • frame the frame

Return:

  • name the scriptjob file


string name getscriptname ( number frame )

Get the scriptjob display name for a given frame

Arguments:

  • frame the frame

Return:

  • name the scriptjob name