EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#/Java  VB.NET  Pascal  ActiveX  C++ 


TElProcessController.Status

TElProcessController     See also    


 

Indicates current status.

 
 

Declaration

[C#/Java]
     TElProcessControllerStatus Status;

[VB.NET]
    Property Status As TElProcessControllerStatus

[Pascal]
    property Status : TProcessControllerStatus;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[C++]
    not implemented;

 
 

Values

[.NET] [Pascal] Description
pcsFree = 0 pcsFree method will be resumed if it was suspended
pcsTerminate = 1 pcsTerminate method execution will be terminated
pcsFreeze = 2 pcsFreeze method execution will be suspended
Declared in
[.NET] [Pascal]
Namespace: SBMIMEClasses
Assembly: SecureBlackbox.MIME
Unit: SBMIMEClasses

 
 

Description

    This property can be used as well as get_Status and set_Status methods for specifying current status. This property has not any additional features and is designed only for the convenience.

 
 

See also:     get_Status     set_Status    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation