SiteKiosk Documentation
One Step Back

JobInfo Object




The JobInfo object provides information about a print job.


Members Table

    The following table lists the members provided by the JobInfo object.

    Members
    ObjectsDescription
    PrinterParent printer of the job.
    PropertiesDescription
    CopyCountNumber of copies to print.
    DatatypeName of the data type used to record the print job.
    DocumentName of the print job document.
    DriverNameName of the printer driver that should be used.
    InfoInformation string.
    IsWaitingWhether the job waits for a command.
    JobIdID of the print job.
    MachineNameName of the machine that created the print job.
    NotifyNameName of the user who should be notified.
    PageCountNumber of pages required for all copies of the job.
    PagesPrintedNumber of pages that have been printed.
    ParametersPrint-processor parameters.
    PositionPosition in the print queue.
    PrinterNameName of the printer for which the job is spooled.
    PrintProcessorName of the print processor that should be used.
    PriorityJob priority.
    SizeJob size in bytes.
    StartTimeEarliest time at which the job can be printed.
    StatusJob status.
    StatusNameDescription of the print job status.
    SubmittedTime when the job was submitted.
    TimeTime that has elapsed since the job began printing.
    TotalPagesNumber of pages required for the job.
    UntilTimeLatest time at which the job can be printed.
    UserNameName of the user who owns the print job.
    MethodsDescription
    DeleteDeletes the job.
    PrintPrints the job.

Remarks
    This object is available through the collection Jobs. Use the JobInfo object to receive information about a print job.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
Examples
    The following example shows the ID of the first print job of the first available printer.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Printer.Printers.Item(1).Jobs.Item(1).JobId);
    </SCRIPT>

Applies to
    SiteKiosk v6.2 (and later versions).

Back to topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam