次の方法で共有


PlatformDiagnosticActions.IsTraceRunning メソッド

定義

指定したシナリオのトレースが進行中かどうか。

public:
 static PlatformDiagnosticTraceSlotState IsTraceRunning(PlatformDiagnosticTraceSlotType slotType, Platform::Guid scenarioId, unsigned long long traceProfileHash);
 static PlatformDiagnosticTraceSlotState IsTraceRunning(PlatformDiagnosticTraceSlotType const& slotType, winrt::guid const& scenarioId, uint64_t const& traceProfileHash);
public static PlatformDiagnosticTraceSlotState IsTraceRunning(PlatformDiagnosticTraceSlotType slotType, Guid scenarioId, ulong traceProfileHash);
function isTraceRunning(slotType, scenarioId, traceProfileHash)
Public Shared Function IsTraceRunning (slotType As PlatformDiagnosticTraceSlotType, scenarioId As Guid, traceProfileHash As ULong) As PlatformDiagnosticTraceSlotState

パラメーター

slotType
PlatformDiagnosticTraceSlotType

シナリオのスロット。

scenarioId
Guid

Platform::Guid

winrt::guid

シナリオ識別子。

traceProfileHash
UInt64

unsigned long long

uint64_t

トレース プロファイル識別子。

戻り値

True 指定 したトレースが実行されている場合。それ以外の場合 は false

注釈

GetKnownTraceList からプロファイルのハッシュを取得する

適用対象

こちらもご覧ください