SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions
Feedback Namespace Reference

Classes

class  Feedback
 No documentation available. More...
class  OneMomentPlease
 No documentation available. More...
class  ProgressDialog
 No documentation available. More...

Functions

def UpdateDisplay

Function Documentation

def Feedback.UpdateDisplay (   args)
Returns
Instance of type None
     Call this method periodically in slow running code.  Be careful with it though as other things could have pending events which would be ran when you call this.
 
     C++ signature :
         void UpdateDisplay()