MTLCommandBufferStatus.scheduled
A command buffer’s fourth state, which indicates the command buffer has its resources ready and is waiting for the GPU to run its commands.
Declaration
case scheduledMentioned in
Discussion
See the MTLCommandBuffer protocol’s status property for more information.