(hw_cmd: HwCommandHandle)
| 306 | |
| 307 | @staticmethod |
| 308 | def HwCommandDestroy(hw_cmd: HwCommandHandle) -> XResult: |
| 309 | res = XSched.__dll.HwCommandDestroy(hw_cmd) |
| 310 | return XResult(res) |
| 311 | |
| 312 | @staticmethod |
| 313 | def XHintSetScheduler(scheduler: XSchedulerType, policy: XPolicyType) -> XResult: |