Documentation of status


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

s = status( pj )

Help text

STATUS Return structure of status on PrintJob.

Cross-Reference Information

This function is called by

Listing of function status

function s = status( pj )

%   Copyright 1984-2000 The MathWorks, Inc. 
% $Revision: 1.2 $

%Currently everything in PrintJob is made public. 
%May want to trim this later.
s = struct(pj);