WebJob Class Members

WebJob Class Overview

Constructors

Method Description
public property WebJob Constructs a new instance of WebJob.

Public Properties

Property Description
public property CurrentWebJob Gets a reference to the currently running WebJob object.
public property Device The name of the ASNA.Monarch.WebDevice used by the WebJob.

Public Methods

Method Description
public property AcceptCommands Prepares a job to accept commands.
public property EndProgram Terminates the current WebJob program.
public property RequestShutDown Initiates a timed shut down request for the web job.
public property ShowPage Prepares a job to accept commands by presenting an ASPX page to initiate the conversation with the user.
public property ShutDown Ends all active programs, closes the database connections for disk and printer files, and then aborts the thread assigned to the job.
public method Start Creates an instance of an ASNA.Monarch.WebDevice object and starts the job name specified.

Protected Methods

public property ExecuteStartupProgram Executes the startup command processing program.