calculate: (stateName: string) => Promise<void>
update: (clientId: string, computeName: string) => Promise<void>
getComputeData: () => T | Promise<T>
Retrieves the computed data. Returns the current result of the compute operation, either synchronously or asynchronously.