SparkseePython  6.0.2
Public Member Functions | List of all members
sparksee.TypeExporterEvent Class Reference

Provides information about the progress of an TypeExproter instance. More...

Public Member Functions

def get_type_id (self)
 Gets the type identifier. More...
 
def get_total (self)
 Gets the total number of objects exported. More...
 
def get_count (self)
 Gets the current number of objects exported. More...
 
def is_last (self)
 Gets if this is the last event or not. More...
 

Detailed Description

Provides information about the progress of an TypeExproter instance.

Check out the 'Data export' section in the SPARKSEE User Manual for more details on this.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

def sparksee.TypeExporterEvent.get_count (   self)

Gets the current number of objects exported.

Returns
The current number of objects exported.
def sparksee.TypeExporterEvent.get_total (   self)

Gets the total number of objects exported.

Returns
The total number of objects exported.
def sparksee.TypeExporterEvent.get_type_id (   self)

Gets the type identifier.

Returns
The type identifier.
def sparksee.TypeExporterEvent.is_last (   self)

Gets if this is the last event or not.

Returns
TRUE if this is the last event, FALSE otherwise.