nw::io::IOStream::IsBusy Member Function

Syntax

virtual bool IsBusy() const;

Arguments

None.

Return Values

Returns true if an asynchronous processing is currently executing.
Returns false if asynchronous processing is not being executed.

Description

Checks whether asynchronous processing is currently executing.

Fails on ASSERT if the return value of the nw::io::IOStream::CanAsync function is false.

See Also

nw::io::IOStream::WaitAsync
nw::io::IOStream::CanAsync
nw::io::IOStream::ReadAsync
nw::io::IOStream::WriteAsync

Revision History

2009/10/20
Initial version.

CONFIDENTIAL