Contents

nowInProgress

Operation now in progress.

Declaration

static var nowInProgress: Errno { get }

Mentioned in

Discussion

You attempted an operation that takes a long time to complete, such as connect(2) or connectx(2), on a nonblocking object. See also fcntl(2).

The corresponding C error is EINPROGRESS.

See Also

System Call Errors