Skip to content

TSdlAsyncIOResult

Possible outcomes of an asynchronous I/O task.

Definition

Unit: Neslib.Sdl3.IO

type TSdlAsyncIOResult = (Complete, Failure, Canceled)

Enumeration Values

Complete = SDL_ASYNCIO_COMPLETE

Request was completed without error.


Failure = SDL_ASYNCIO_FAILURE

Request failed for some reason.


Canceled = SDL_ASYNCIO_CANCELED

Request was canceled before completing.