ButterflowWrapper Fields | 
| Name | Description | |
|---|---|---|
| alwaysCall |  A list of properties to always call as updated. Generally used for composite properties.   (Inherited from PropertyChangedAlerter.) | |
| consoleOutput |  The console output from butterflow.   | |
| executablePath |  Full pathname of the butterflow executable file.   | |
| interpreter |  An input interpreter used for converting string values to numeric values.   | |
| isRunning |  True if butterflow is running, false if not.   | |
| progressPercentage |  The progress percentage as reported by butterflow.   | |
| REGEX_PROGRESS |  The RegEx string for detecting progress made when rendering a video.   | |
| REGEX_PROGRESS_ALT |  An alternative RegEx string for detecting progress made when rendering a video.   | |
| REGEX_RATE |  The RegEx string for matching the probed playback rate.   | |
| REGEX_RESOLUTION |  The RegEx string for matching probed resolution.   | |
| runningProcess |  The running butterflow process.   | |
| runQueue |  Queue of butterflow commands to run.   |