PVCSTask.

PrepareProcess(Process) Method

Summary

Prepares the process wrapped by this task for execution.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSTask

Syntax

protected override void PrepareProcess(Process process)

Parameters

Name Type Description
process Process The process to prepare for execution.

Return Value

Type Description
void