All Frameworks  Class Hierarchy  This Framework  Indexes

CATBehaviorInterfaces Interface CATIBehOperationManagement

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIBehOperationManagement
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIBehOperationManagement

Interface to manage the operation states.


Method Index


o Cancel()
Tell to the Engine the operation is canceled.
o Done()
Tell to the Behavior Engine this operation is done.
o Start()
Tell to the Engine the operation has begun.
o Suspend()
Tell to the Engine the operation is suspended.

Methods


o Cancel
public virtual HRESULT Cancel()= 0
Tell to the Engine the operation is canceled.
o Done
public virtual HRESULT Done()= 0
Tell to the Behavior Engine this operation is done.
o Start
public virtual HRESULT Start()= 0
Tell to the Engine the operation has begun.
o Suspend
public virtual HRESULT Suspend()= 0
Tell to the Engine the operation is suspended.

This object is included in the file: CATIBehOperationManagement.h
If needed, your Imakefile.mk should include the module: CATBehaviorItf

Copyright © 2003, Dassault Systèmes. All rights reserved.