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 kFBStatusClearing
 Object is in clearing operations (File new). More...
 

Member Data Documentation

object kFBStatusClearing

Object is in clearing operations (File new).

object kFBStatusCreating

Object is in creation operations.

object kFBStatusDestroying

Object is in destruction operations.

object kFBStatusMerging

Object is in Merging operations.

object kFBStatusRetrieving

Object is in retrieving operations.

object kFBStatusStoring

Object is in storing operations.