Class: OpenCL::CommandExecutionStatus

Inherits:
EnumInt show all
Defined in:
lib/opencl_ruby_ffi/opencl_ruby_ffi_base_gen.rb

Overview

Enum that maps the command execution status logical type

Method Summary

Methods inherited from Enum

#==, #coerce, #initialize, #inspect, #is?, #name, #to_i, #to_int, #to_s, #val=

Constructor Details

This class inherits a constructor from OpenCL::Enum

Constant Summary collapse

COMPLETE =
0x0
RUNNING =
0x1
SUBMITTED =
0x2
QUEUED =
0x3