ECommandResult::Type

Results of a command execution

Unreal Engine C++ API Reference > Developer > SourceControl

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library