Open sandboxFocus

Method IsCloseCustomActivity

IsCloseCustomActivity(LogRecordKind)

Determines whether a given LogRecordKind represents the closing of a custom activity.

Declaration
public static bool IsCloseCustomActivity(this LogRecordKind kind)
Parameters
Type Name Description
LogRecordKind kind

A LogRecordKind.

Returns
Type Description
bool

true if kind represents the closing of a custom activity, otherwise false.