kind
Returns
var notification = Rx.Notification.createOnCompleted();
console.log(notification.kind);
// => CExample
Last updated
var notification = Rx.Notification.createOnCompleted();
console.log(notification.kind);
// => CLast updated