aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_otp/include/gleam@otp@system_StatusInfo.hrl
blob: 99ab4cb7299e9e8b0454d27447e4664b9d8a9169 (plain)
1
2
3
4
5
6
7
-record(status_info, {
    module :: gleam@erlang@atom:atom_(),
    parent :: gleam@erlang@process:pid_(),
    mode :: gleam@otp@system:mode(),
    debug_state :: gleam@otp@system:debug_state(),
    state :: gleam@dynamic:dynamic_()
}).