The EndJob method adds a new LogEntry of type EndJob to the Logs collection

Namespace: DotNetNuke.Services.Installer.Log
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void EndJob(
	string job
)
Visual Basic
Public Sub EndJob ( 
	job As String
)

Parameters

job
Type: System..::..String
The description of the LogEntry

See Also