If the `state` property is 'validated' or 'running', this property contains the version of the validated orca executable. This property will be None if the `state` is 'unvalidated'.
(self)
| 800 | |
| 801 | @property |
| 802 | def version(self): |
| 803 | """ |
| 804 | If the `state` property is 'validated' or 'running', this property |
| 805 | contains the version of the validated orca executable. |
| 806 | |
| 807 | This property will be None if the `state` is 'unvalidated'. |
| 808 | """ |
| 809 | return self._props["version"] |
| 810 | |
| 811 | @property |
| 812 | def pid(self): |
no outgoing calls
no test coverage detected