serverJobId property
The server job Id of the job.
Implementation
String get serverJobId {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Job_getServerJobId(
_handle,
errorHandler,
);
});
return stringHandle.toDartString();
}