Contents

MTLCommandBufferError.Code.timeout

An error code that indicates the system interrupted and terminated the command buffer before it finished running.

Declaration

case timeout

Discussion

Possible causes include:

  • The commands in the buffer took more time to run than the system allows.

  • The command buffer timed out waiting for another workload to signal an MTLEvent.

See Also

Error codes