getCurrentRuntimeStatus method

int getCurrentRuntimeStatus(
  1. RuntimeStatus status
)

Implementation

int getCurrentRuntimeStatus(RuntimeStatus status) =>
    C.mnn_executor_get_current_runtime_status(ptr, status.value);