EConcurrency::Type

Hint for how to execute the operation.

Windows
MacOS
Linux

References

Module

SourceControl

Header

/Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h

Include

#include "ISourceControlProvider.h"

Syntax

namespace EConcurrency
{
    enum Type
    {
        Synchronous,
        Asynchronous,
    }
}

Values

Name

Description

Synchronous

Force the operation to be issued on the same thread, blocking until complete.

Asynchronous

Run the command on another thread, returning immediately.

Remarks

Hint for how to execute the operation. Note that asynchronous operations require Tick() to be called to manage completed operations.

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