ProcessesExtensions Class
Namespace
Statiq.Web
Base Types
  • object
graph BT Type-->Base0["object"] Type["ProcessesExtensions"] class Type type-node

Syntax

public static class ProcessesExtensions

Methods

Name Return Value Summary
AddBackgroundNonPreviewProcess(Processes, ProcessTiming, string, string[]) Processes
Adds a new process that runs in the background and will be started when not in the preview command.
static
AddBackgroundPreviewProcess(Processes, ProcessTiming, string, string[]) Processes
Adds a new process that runs in the background and will be started when in the preview command.
static
AddBackgroundProcess(Processes, ProcessTiming, string, string[]) Processes
Adds a new process that runs in the background.
static
AddConcurrentNonPreviewProcess(Processes, ProcessTiming, string, string[]) Processes
Adds a new process that runs in the background, will be started when not in the preview command, and will wait for process exit before starting the next process timing phase.
static
AddConcurrentPreviewProcess(Processes, ProcessTiming, string, string[]) Processes
Adds a new process that runs in the background, will be started when in the preview command, and will wait for process exit before starting the next process timing phase.
static
AddConcurrentProcess(Processes, ProcessTiming, string, string[]) Processes
Adds a new process that runs in the background and will wait for process exit before starting the next process timing phase.
static
AddNonPreviewProcess(Processes, ProcessTiming, bool, Func<IExecutionState, ProcessLauncher>) Processes
Adds a new process that will be started when not in the preview command.
static
AddNonPreviewProcess(Processes, ProcessTiming, Func<IExecutionState, ProcessLauncher>) Processes
Adds a new process that will be started when not in the preview command.
static
AddNonPreviewProcess(Processes, ProcessTiming, string, string[]) Processes
Adds a new process that will be started when not in the preview command.
static
AddPreviewProcess(Processes, ProcessTiming, bool, Func<IExecutionState, ProcessLauncher>) Processes
Adds a new process that will be started when in the preview command.
static
AddPreviewProcess(Processes, ProcessTiming, Func<IExecutionState, ProcessLauncher>) Processes
Adds a new process that will be started when in the preview command.
static
AddPreviewProcess(Processes, ProcessTiming, string, string[]) Processes
Adds a new process that will be started when in the preview command.
static
AddProcess(Processes, ProcessTiming, bool, Func<IExecutionState, ProcessLauncher>) Processes
Adds a new process.
static
AddProcess(Processes, ProcessTiming, Func<IExecutionState, ProcessLauncher>) Processes
Adds a new process.
static
AddProcess(Processes, ProcessTiming, string, string[]) Processes
Adds a new process.
static