truncated property

  1. @optional
bool? truncated
getter/setter pair

Provided and set to true if the sample's stack was truncated. This can happen if the stack is deeper than the stackDepth in the CpuSamples response.

Implementation

@optional
bool? truncated;