FBObjectStatus Class Reference

FBObjectStatus Class Reference

#include <mobu-python-api.h>

Class Description

Available lifetime status for any component.

+ Inheritance diagram for FBObjectStatus:

Public Attributes

object kFBStatusCreating
 Object is in creation operations. More...
 
object kFBStatusStoring
 Object is in storing operations. More...
 
object kFBStatusRetrieving
 Object is in retrieving operations. More...
 
object kFBStatusMerging
 Object is in Merging operations. More...
 
object kFBStatusDestroying
 Object is in destruction operations. More...
 
object kFBStatusOwnedByUndo
 

Member Data Documentation

object kFBStatusCreating

Object is in creation operations.

object kFBStatusDestroying

Object is in destruction operations.

object kFBStatusMerging

Object is in Merging operations.

object kFBStatusOwnedByUndo
object kFBStatusRetrieving

Object is in retrieving operations.

object kFBStatusStoring

Object is in storing operations.