Share via


ElectronicJournal.Suspended Property

2/27/2008

Gets the Boolean value that indicates whether the printing or data obtaining process is suspended.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Suspended As Boolean
public abstract bool Suspended { get; }
public:
virtual property bool Suspended {
    bool get () abstract;
}
/** @property */
public abstract boolean get_Suspended ()
public abstract function get Suspended () : boolean

Remarks

If true, the printing or data obtaining process is being suspended. When both CapSuspendPrintContent and CapSuspendQueryContent are false, the application cannot suspend the process, and this property must be set to false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ElectronicJournal Class
ElectronicJournal Members
Microsoft.PointOfService Namespace
ElectronicJournal.CapSuspendPrintContent Property
ElectronicJournal.CapSuspendQueryContent Property
ElectronicJournal.SuspendQueryContent Method
ElectronicJournal.SuspendPrintContent Method