Class FailedCommand
public class FailedCommand : Command
- Inheritance
-
CommandFailedCommand
- Inherited Members
-
Command.CommandCacheVersionCommand.OutputLocationCommand.CancellationTokenCommand.DoCommand(ICommandContext)Command.PreCommand(ICommandContext)Command.PostCommand(ICommandContext, ResultStatus)Command.Clone()Command.GetInputFiles()Command.InputFilesGetterCommand.ShouldForceExecution()Command.ShouldSpawnNewProcess()Command.Cancel()Command.ComputeInputFilesHash(BinarySerializationWriter, IPrepareContext)Command.ComputeAssemblyHash(BinarySerializationWriter)
Constructors
FailedCommand(string)
public FailedCommand(string objectThatFailed)
Parameters
objectThatFailed
string
Properties
Title
Title (short description) of the command
public override string Title { get; }
Property Value
Methods
ComputeParameterHash(BinarySerializationWriter)
protected override void ComputeParameterHash(BinarySerializationWriter writer)
Parameters
writer
BinarySerializationWriter
DoCommandOverride(ICommandContext)
The method to override containing the actual command code. It is called by the Stride.Core.BuildEngine.Command.DoCommand(Stride.Core.BuildEngine.ICommandContext) function
protected override Task<ResultStatus> DoCommandOverride(ICommandContext commandContext)
Parameters
commandContext
ICommandContext
Returns
- Task<ResultStatus>
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.