ECommandResult::Type

Results of a command execution

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlProvider.h"

Syntax

namespace ECommandResult
{
    enum Type
    {
        Failed,
        Succeeded,
        Cancelled,
    }
}

Values

Name

Description

Failed

Command failed to execute correctly or was not supported by the provider.

Succeeded

Command executed successfully

Cancelled

Command was canceled before completion

Remarks

Results of a command execution

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