Table of Contents

Enum AsyncIOResult

Namespace
Sdl3Sharp.IO
Assembly
Sdl3Sharp.dll

Represents possible outcomes of an asynchronous I/O operation

public enum AsyncIOResult

Fields

Canceled = 2

The asynchronous I/O operation was canceled before completing

Complete = 0

The asynchronous I/O operation completed successfully

Failure = 1

The asynchronous I/O operation failed (check TryGet(out string?) for more information)