FQueuedThreadPool::RetractQueuedWork

Attempts to retract a previously queued task.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPool.h

Include

#include "Misc/QueuedThreadPool.h"

Syntax

bool RetractQueuedWork
(
    IQueuedWork * InQueuedWork
)

Remarks

Attempts to retract a previously queued task.

Returns

true if the work was retracted

Parameters

Parameter

Description

InQueuedWork

The work to try to retract

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss